home *** CD-ROM | disk | FTP | other *** search
/ Kids' Bible Fun Pack / Kids' CD-ROM Bible Fun Pack (1997)(Education Publishing Concepts)[Mac-PC].iso / pc / PARSONS / DONAH.DXR / 00013_Field_13.txt < prev    next >
Text File  |  1997-04-30  |  285b  |  13 lines

  1. on Options
  2.   if the key = "q" and the commandDown ┬¼
  3. or the keycode = 53 or the keycode = 49 then
  4.     
  5.     repeat with n = 1 to 48
  6.       puppetSprite n, FALSE
  7.     end repeat
  8.     puppetSound 1, 0
  9.     puppetSound 2, 0
  10.     puppetSound 3, 0
  11.     go "Escape"
  12.   end if
  13. end Options